home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 23 code / Documentary Synchronicity ƒ / Interface ƒ / Support ƒ / ZoomWindowToTrash.h < prev   
Encoding:
C/C++ Source or Header  |  1995-06-10  |  237 b   |  14 lines  |  [TEXT/KAHL]

  1. #ifndef __ZOOMWINDOWTOTRASH__
  2. #define __ZOOMWINDOWTOTRASH__
  3.  
  4. #ifndef __WINDOWS__
  5. #include <Windows.h>
  6. #endif
  7.  
  8. #if STRICT_WINDOWS
  9. OSErr ZoomWindowToTrash(WindowRef aWindow);
  10. #else
  11. OSErr ZoomWindowToTrash(WindowPtr aWindow);
  12. #endif
  13.  
  14. #endif